module Base
{

    item Bag_Ammopack2Front
    {
        DisplayCategory = Bag,
        ItemType = base:container,
        Weight = 0.5,
        Icon	=	Ammopack2F,
        BodyLocation = base:fannypackfront,
        CanBeEquipped = base:fannypackfront,
        Capacity = 9,
        CloseSound = CloseLeatherBag,
        ClothingItem = Bag_Ammopack2Front,
        ClothingItemExtra = Base.Bag_Ammopack2Front,
        ClothingItemExtraOption = Bag_Ammopack2Front,
        EquipSound = EquipFannyPack,
        OpenSound = OpenLeatherBag,
        PutInSound = StoreItemLeatherBag,
        RunSpeedModifier = 0.99,
        WeightReduction = 90,
        WorldStaticModel = Bag_Ammopack2Frontground,
        Tags = base:reloadfastmagazines;base:isfiretinder;base:isfirefuel,
        AttachmentsProvided = WebbingRight;WebbingLeft,
    }

	model Bag_Ammopack2Frontground
	{
		mesh = WorldItems/FAmmopack2Ground,	
		texture = WorldItems/Ammopack2,
	}

    item Bag_Ammopack1Back
    {
        DisplayCategory = Bag,
        ItemType = base:container,
        Weight = 0.8,
        Icon	=	Ammopack1B,
        BodyLocation = base:fannypackback,
        CanBeEquipped = base:fannypackback,
        Capacity = 16,
        CloseSound = CloseLeatherBag,
        ClothingItem = Bag_Ammopack1Back,
        ClothingItemExtra = Base.Bag_Ammopack1Back,
        ClothingItemExtraOption = Bag_Ammopack1Back,
        EquipSound = EquipFannyPack,
        OpenSound = OpenLeatherBag,
        PutInSound = StoreItemLeatherBag,
        RunSpeedModifier = 0.99,
        WeightReduction = 90,
        WorldStaticModel = Bag_Ammopack1Background,
        Tags = base:isfiretinder;base:isfirefuel,
    }

	model Bag_Ammopack1Background
	{
		mesh = WorldItems/FAmmopackback1Ground,	
		texture = WorldItems/Ammopack3,
	}

    item AmmoStrap_Bullets
    {
        DisplayCategory = Bag,
        ItemType = base:container,
	Icon = BulletStrap,
        BodyLocation = base:ammostrap,
        ClothingItem = AmmoStrap_Bullets,
        WorldStaticModel = AmmoStrap_Ground,
        Tags = base:reloadfastbullets;base:bagsfillexception;base:hasmetal;base:ammocase;base:scrapasbelt,
        CanBeEquipped = base:ammostrap,
        Capacity = 4,
        CloseSound = CloseBulletsBandolier,
        OpenSound = OpenBulletsBandolier,
        PutInSound = StoreItemBulletsBandolier,
        RunSpeedModifier = 0.99,
        WeightReduction = 90,
        AcceptItemFunction = AcceptItemFunction.AmmoStrap_Bullets,
        Researchablerecipes = Forge_Buckle;SewBandolier;SewShellsBandolier,
    }

    item AmmoStrap_Shells
    {
        DisplayCategory = Bag,
        ItemType = base:container,
	Icon = ShellStrap,
        BodyLocation = base:ammostrap,
        ClothingItem = AmmoStrap_Shells,
        WorldStaticModel = AmmoStrap_Ground,
        Tags = base:reloadfastshells;base:bagsfillexception;base:hasmetal;base:firearmloot;base:scrapasbelt,
        CanBeEquipped = base:ammostrap,
        Capacity = 4,
        CloseSound = CloseShellsBandolier,
        OpenSound = OpenShellsBandolier,
        PutInSound = StoreItemShellsBandolier,
        RunSpeedModifier = 0.99,
        WeightReduction = 90,
        AcceptItemFunction = AcceptItemFunction.AmmoStrap_Shells,
        Researchablerecipes = Forge_Buckle,
    }

}